home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4426 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.dfn.de!si-nic!usenet
  2. From: Markus Becker <becker@zess.uni-siegen.de>
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.tools.owl,comp.windows.ms.programmer
  4. Subject: Re: bitmaps in windows , and updateing only one - not all.
  5. Date: Tue, 30 Jan 1996 10:44:25 +0100
  6. Organization: ZESS, Uni-GH-Siegen
  7. Message-ID: <310DE879.5284@zess.uni-siegen.de>
  8. References: <DLyAAu.IyD.B.mary@bath.ac.uk>
  9. NNTP-Posting-Host: becker.zess.uni-siegen.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b4 (Win95; I)
  14.  
  15. M W Lawrence wrote:
  16. > The asterix area needs to be the update from the live image feed (256*256
  17. > pixels). However the scale will never change (unless the zoom option is
  18. > used). How can I get something like this to work
  19.  
  20. RECT r;
  21.  
  22. r.left = (left edge of asterixes);
  23. r.top = (top edge);
  24. r.right = right edge;
  25. r.bottom = bottom edge;
  26.  
  27. InvalidateRect(hWnd,&r,FALSE);
  28.  
  29. --
  30. Markus Becker                http://www.zess.uni-siegen.de/private/becker/
  31. Zentrum fuer Sensorsysteme (ZESS)
  32. http://www.zess.uni-siegen.de/private/becker/win95
  33.